home *** CD-ROM | disk | FTP | other *** search
- NAME
- dosub -- do subdirectories
-
- SYNOPSIS
- dosub command [;command] ...
-
- DESCRIPTION
- dosub executes one or more dos commands on the current directory
- and on all subdirectories...
-
- EXAMPLES
- dosub cd; if exist (*.asm) for %f in (*.asm) do masm %f;;
-
- for the current and all subdirectories do the following:
- print the directory name
- run masm on each .asm file
-
- BUGS
- dosub is very hard to interrupt, ^C just terminates the current
- command.
-
- NOTES
- ;; passes a ;
-
- dosub was written by:
- Mark Lyon
- c/o Micro Control Systems Inc.
- 27 Hartford Tpk.
- Vernon, CT. 06066
- (203) 647-0220
-
- Comments, Contributions, and Platitudes will be warmly accepted
-
- ALL RIGHTS RESERVED - To be used for non-profit use only!